.banner {
  min-width: 1200px;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
.banner .swiper-container div[class^="swiper-button"] {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner .swiper-container div[class^="swiper-button"]:after {
  font-size: 35px;
}
.banner .swiper-container div.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
}
.banner .swiper-container div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.about {
  padding: 80px 0 120px;
}
.about .about_con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about_con .left {
  width: 750px;
}
.about .about_con .left img {
  width: 100%;
}
.about .about_con .right {
  margin-left: -140px;
  width: 700px;
  height: 500px;
  background: linear-gradient(0deg, #0e4ba6 0%, #1464da 100%);
  background-blend-mode: normal,normal;
  opacity: 0.93;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .about_con .right h4 {
  font-size: 20px;
  color: #fff;
}
.about .about_con .right span {
  display: block;
  height: 5px;
  width: 43px;
  background-color: #FFFFFF;
}
.about .about_con .right p {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}
.about .about_con .right div.more {
  width: 150px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ffffff;
  text-align: center;
}
.about .about_con .right div.more:hover {
  background-color: #Fff;
}
.about .about_con .right div.more:hover a {
  color: #1464da;
}
.about .about_con .right div.more a {
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  transition: all linear 0.3s;
}
.about .about_con .right div.icon {
  width: 100%;
  display: flex;
  align-items: center;
}
.about .about_con .right div.icon .item {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about_con .right div.icon .item:hover img {
  transform: translateY(-10px);
}
.about .about_con .right div.icon .item img {
  transition: all linear 0.3s;
}
.about .about_con .right div.icon .item p {
  margin-top: 20px;
}
.product {
  width: 100%;
  padding: 65px 0;
  /*background: url(../img/cpzs_bj.jpg) no-repeat;*/
  background-color: #eee;
  background-size: cover;
  background-position: center center;
}
.product .product_con {
  width: 1590px;
  margin: 0 auto;
}
.product .product_con h4 {
  font-size: 32px;
  text-align: center;
  color: #1464da;
  margin-bottom: 40px;
}
.product .product_con div.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.product .product_con div.tabs div.item {
  cursor: pointer;
  width: 160px;
  height: 60px;
  position: relative;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product_con div.tabs div.item::after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 3px solid #1464da;
  transform: skewX(-20deg);
}
.product .product_con div.tabs div.item.active::after,
.product .product_con div.tabs div.item:hover::after {
  background: linear-gradient(0deg, #0e4ba6 0%, #1464da 100%);
}
.product .product_con div.tabs div.item.active i img:first-child,
.product .product_con div.tabs div.item:hover i img:first-child {
  display: none;
}
.product .product_con div.tabs div.item.active i img:last-child,
.product .product_con div.tabs div.item:hover i img:last-child {
  display: block;
}
.product .product_con div.tabs div.item.active span,
.product .product_con div.tabs div.item:hover span {
  color: #fff;
}
.product .product_con div.tabs div.item i img {
  position: relative;
  z-index: 5;
  margin-right: 5px;
}
.product .product_con div.tabs div.item i img:last-child {
  display: none;
}
.product .product_con div.tabs div.item span {
  font-size: 15px;
  color: #333;
  position: relative;
  z-index: 5;
}
.product .product_con div.con {
  position: relative;
}
.product .product_con div.con div.list {
  display: none;
  position: inherit;
  top: 0px;
  left: 0px;
  justify-content: space-between;
  margin-bottom: 46px;
}
.product .product_con div.con div.list.active {
  display: flex;
}
.product .product_con div.con div.list .item {
  width: 380px;
}
.product .product_con div.con div.list .item .img {
  border: 1px solid #0068b7;
  border-bottom: none;
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.product .product_con div.con div.list .item .img .mask {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
}
.product .product_con div.con div.list .item .img .mask p {
  font-size: 20px;
  color: #fff;
}
.product .product_con div.con div.list .item .img img {
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
}
.product .product_con div.con div.list .item .img:hover .mask {
  top: 0px;
}
.product .product_con div.con div.list .item .img:hover img {
  transform: scale(1.1);
}
.product .product_con div.con div.list .item > p {
  height: 50px;
  background-color: #222;
  display: flex;
}
.product .product_con div.con div.list .item > p span {
  color: #Fff;
}
.product .product_con div.con div.list .item > p span:first-child {
  width: 153px;
  height: 60px;
  background: url(../img/tisheng.png) no-repeat;
  margin-left: -10px;
  transform: translateY(-10px);
  text-align: center;
  line-height: 60px;
}
.product .product_con div.con div.list .item > p span:last-child {
  margin-left: 20px;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product_con div.more {
  width: 150px;
  height: 36px;
  border: solid 1px #000000;
  margin: 0 auto;
  border-radius: 18px;
  text-align: center;
  transition: all linear 0.3s;
}
.product .product_con div.more a {
  line-height: 34px;
  font-size: 15px;
  color: #000;
  transition: all linear 0.3s;
}
.product .product_con div.more:hover {
  background-color: #1464da;
  border-color: #1464da;
}
.product .product_con div.more:hover a {
  color: #fff;
}
.lanyao {
  width: 100%;
  min-width: 1200px;
  height: 180px;
  background: url(../img/lanyao.png?t=1) no-repeat;
  margin-top: -20px;
  display: flex;
}
.lanyao .list {
  display: flex;
  align-items: center;
  margin-left: 700px;
}
.lanyao .list a {
  transition: all linear 0.2s;
}
.lanyao .list a:hover {
  margin-top: -10px;
}
.news {
  padding: 70px 0 80px;
}
.news .news_con {
  width: 1590px;
  margin: 0 auto;
}
.news .news_con h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.news .news_con div.news_main {
  height: 430px;
  display: flex;
  justify-content: space-between;
}
.news .news_con div.news_main div.left {
  width: 550px;
}
.news .news_con div.news_main div.left .swiper-container {
  width: 100%;
  height: 100%;
}
.news .news_con div.news_main div.left .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.news .news_con div.news_main div.left .swiper-container .swiper-slide .img {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.news .news_con div.news_main div.left .swiper-container .swiper-slide .img img {
  transition: all linear 0.3s;
  width: 100%;
  height: 100%;
}
.news .news_con div.news_main div.left .swiper-container .swiper-slide p {
  width: 100%;
  height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
}
.news .news_con div.news_main div.left .swiper-container div[class^="swiper-button"] {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.news .news_con div.news_main div.left .swiper-container div[class^="swiper-button"]:after {
  font-size: 25px;
}
.news .news_con div.news_main div.right {
  width: 1030px;
  display: flex;
  justify-content: space-between;
}
.news .news_con div.news_main div.right div.item {
  width: 340px;
}
.news .news_con div.news_main div.right div.item:hover .img img {
  transform: scale(1.1);
}
.news .news_con div.news_main div.right div.item .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news .news_con div.news_main div.right div.item .img img {
  transition: all linear 0.3s;
  width: 100%;
      height: 100%;
}
.news .news_con div.news_main div.right div.item .word {
  padding: 20px 20px;
  border: solid 1px #e9e9e9;
}
.news .news_con div.news_main div.right div.item .word > a {
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear 0.3s;
}
.news .news_con div.news_main div.right div.item .word > a:hover {
  color: #1464da;
}
.news .news_con div.news_main div.right div.item .word p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news_con div.news_main div.right div.item .word div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news_con div.news_main div.right div.item .word div span {
  font-size: 15px;
  color: #999;
}
.news .news_con div.news_main div.right div.item .word div a {
  width: 120px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 18px;
  text-align: center;
  font-size: 14px;
}
.news .news_con div.news_main div.right div.item .word div a:hover {
  border: none;
  line-height: 32px;
  background-image: linear-gradient(0deg, #0e4ba6 0%, #1464da 100%);
  color: #fff;
}
